home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / PVDRIVER / SS24DRV.ZIP / SS24DRVA.ZIP / END.BAT < prev    next >
DOS Batch File  |  1992-04-24  |  574b  |  22 lines

  1. @echo off
  2. echo ----------------------------------------------------------------
  3. echo                Diamond Computer Systems, Inc.
  4. echo ----------------------------------------------------------------
  5. echo  
  6. echo SpeedSTAR 24 Utilities and Drivers have been successfully 
  7. echo installed in %1\SS24.
  8. echo  
  9. echo To start the driver installation, execute the GO program found
  10. echo in %1\SS24.
  11. echo  
  12. echo  
  13. pause
  14. :DoItAgain
  15. echo Insert Utilities and Drivers Disk 1.
  16. Pause
  17. echo  
  18. call %1\$$$.bat
  19. if not exist install.bat goto DoItAgain
  20. del %1\$$$.bat
  21. :End
  22.